Global Scripting Objects
CygNet Studio contains several integrated global scripting objects. The (General) section of the Script Editor encloses global functionality for a screen — that is, code not necessarily related to or executed within individual object events.
- Dictionary — Part of the CxScript automation library and integrated with CygNet Studio as the global Dictionary object.
- Facilities — Part of the CxScript automation library and integrated with CygNet Studio as the global Facilities object.
- GroupNodes — Part of the CxGrp.GrpClient and integrated with CygNet Studio as the global GroupNodes object.
- LogManager — Part of CygNet Studio and useful for managing log files via script.
- Points — Part of the CxScript automation library and integrated with CygNet Studio as the global Points object.
- Workspace — Part of CygNet Studio and useful for interacting with screens in the Workspace via script.
- GlobalFunctions — Part of the CxScript automation library and integrated by default in CygNet Studio without importing the library.
More:


